home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000439_news@columbia.edu _Tue Aug 1 10:11:50 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id KAA26454
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 1 Aug 2000 10:11:50 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA11285
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 1 Aug 2000 10:11:49 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id KAA18321
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 1 Aug 2000 10:02:24 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: c-kermit, ibm mainframes
  14. Date: 1 Aug 2000 14:02:23 GMT
  15. Organization: Columbia University
  16. Message-ID: <8m6l9f$hse$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <20000801020947.25693.00000078@ng-bh1.aol.com>,
  20. CSpasov <cspasov@aol.com> wrote:
  21. : I just want to make sure I understand this part: 
  22. : : Old versions of c-kermit permit file transfer though this (linemode
  23. : : connection). But if fullscreen connection is wanted like through tn3270,
  24. : : and file transfer is needed, the current c-kermit application is needed??
  25. : :
  26. : In the old days before c-kermit 7.0, this was how file transfer was done.
  27. : Correct???
  28. Yes.  So to summarize, the following connections are possible:
  29.  
  30.  1. Serial or Telnet to a linemode session on the mainframe.
  31.  
  32.  2. Serial to a 3270 protocol converter such as an IBM Series/1 or 7171.
  33.  
  34.  3. Serial or Telnet to a terminal server that has a tn3270 option.
  35.  
  36.  4. Serial or Telnet to a host that has a tn3270 program.
  37.  
  38.  5. "pty tn3270" (C-Kermit 7.0 on Unix only).
  39.  
  40. - Frank